public interface CiscoMediaEncryptionKeyInfo
The CiscoMediaEncryptionKeyInfo
interface lets applications get information about
SRTP keys.
CiscoRTPInputKeyEv
,
CiscoRTPOutputKeyEv
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithmID()
Returns the media encryption algorithm ID for the current stream.
|
int |
getIsMKIPresent()
Indicates whether MKI is present.
|
byte[] |
getKey()
Returns the master key for the stream.
|
int |
getKeyLength()
Returns the keyLength of the key.
|
byte[] |
getSalt()
Returns the salt key for the stream.
|
int |
getSaltLength()
Returns the saltLength of the salt.
|
int |
keyDerivationRate()
Indicates the SRTP key derivation rate for this session.
|
int getKeyLength()
int getSaltLength()
byte[] getKey()
byte[] getSalt()
int getAlgorithmID()
int getIsMKIPresent()
int keyDerivationRate()